Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use standalone TraverserVisitor to use compiled mypy version #5

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

butvinm
Copy link
Owner

@butvinm butvinm commented Aug 20, 2024

Mypy has a proble (mypyc/mypyc#754) which prevents inheritence from compiled classes, so fast compiled mypy cannot be used.

This PR uses refurb workaround for this issue and embeds standalone TraverserVisitor.

There is also some minor refactoring

@butvinm butvinm merged commit 5135113 into master Aug 20, 2024
1 check passed
@butvinm butvinm deleted the mypyc branch August 20, 2024 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant